Google Assistant Dialogflow API V2 webhook ETag error

前端 未结 1 845
野性不改
野性不改 2021-01-25 06:08

I\'m trying to return simple text response and display a basic card within Google Assistant app using the following code:

public GoogleCloudDialogflowV2WebhookRe         


        
1条回答
  •  时光说笑
    2021-01-25 06:55

    According to https://github.com/google/google-api-dotnet-client/issues/1234, use https://www.nuget.org/packages/Google.Cloud.Dialogflow.V2/1.0.0-beta01 instead of https://www.nuget.org/packages/Google.Apis.Dialogflow.v2/.

    Realize that the Gooogle.Cloud package is still pre-release so you will have to specify version when installing or click the little "include prerelease" checkbox if you are using the NuGet Package Manager UI in Visual Studio.

    I haven't tried it yet myself so your mileage may vary. I will update once I've tried it.

    Update: The Google.Cloud library does work as expected.

    0 讨论(0)
提交回复
热议问题