Dmitrii Kuragin

Results 50 comments of Dmitrii Kuragin

@dougmaloney What's sample? Where you found it? Is tested locally? Provide detail information about crash, in your screenshot i see only few lines of error.

@urbangeek Where you found information about this endpoint? Please, follow documentation: https://api.ai/docs/reference/agent/query

@juliusspencer https://docs.api.ai/docs/query#query-parameters-and-json-fields >>> A string token up to **36** symbols long, used to identify the client and to manage session parameters (including contexts) per client. >>>

@juliusspencer Please, red this line https://github.com/Gnzlt/AlexaApiAiBridge/blob/master/index.js#L104 The developer just cutoff part of ID, if your replace this code for the following: ```javascript alexaSessionId = sessionId.split('SessionId.').pop(); ``` We don't support 'AlexaApiAiBridge'....

Hi @amaboura, Please send me example of your code for reproduce an issue and maybe you account email, I'll check your agent...

You're welcome for this feature. Message be when you begin to implement this. Maybe I begin this early.

Hi, Can you send me example of code and intent information? Which language you use?

Hi, Are you think error in that SDK?