You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

Is there a way to set variable from dialogFlow to Instant Apps

edited May 24, 2019 10:13AM in Digital Assistant & Mobile 2 comments

Content

HI,

I am trying to send a variable from dialogFlow to InstantApp but I haven't any data 

Please can some one help me with the code, documentation link  , any info 

Thank you

 
 

Code Snippet

 start:
    component: "ts.Insurance.BotComponent"
    properties:
      Code: "${Code.value}"  
      Body1: "${Body1.value}" 
      Body2: "${Body2.value}"
      Body3: "Body3" 
      Body: "Body"
      
   message1:
    component: "System.Output"
    properties:
      text: "${Body.value.Preneur.conducteurA.name}"
    
        
  SetCode:
     component: "System.SetVariable"
     properties:

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!