Class GoogleCloudDialogflowCxV3ExportFlowResponse
Inheritance
GoogleCloudDialogflowCxV3ExportFlowResponse
Assembly: Google.Apis.Dialogflow.v2beta1.dll
Syntax
public class GoogleCloudDialogflowCxV3ExportFlowResponse : IDirectResponseSchema
Properties
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
FlowContent
Declaration
[JsonProperty("flowContent")]
public virtual string FlowContent { get; set; }
Property Value
FlowUri
Declaration
[JsonProperty("flowUri")]
public virtual string FlowUri { get; set; }
Property Value
Implements