
src.dialogflow.v2.getConversation.scala Maven / Gradle / Ivy
package besom.api.googlenative.dialogflow.v2
def getConversation(using ctx: besom.types.Context)(
args: besom.api.googlenative.dialogflow.v2.GetConversationArgs,
opts: besom.InvokeOptions = besom.InvokeOptions()
): besom.types.Output[besom.api.googlenative.dialogflow.v2.GetConversationResult] =
ctx.invoke[besom.api.googlenative.dialogflow.v2.GetConversationArgs, besom.api.googlenative.dialogflow.v2.GetConversationResult]("google-native:dialogflow/v2:getConversation", args, opts)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy