public sealed class ToolCallResult.Types.Error : IMessage<ToolCallResult.Types.Error>, IEquatable<ToolCallResult.Types.Error>, IDeepCloneable<ToolCallResult.Types.Error>, IBufferMessage, IMessageReference documentation and code samples for the Dialogflow v3 API class ToolCallResult.Types.Error.
An error produced by the tool call.
Implements
IMessageToolCallResultTypesError, IEquatableToolCallResultTypesError, IDeepCloneableToolCallResultTypesError, IBufferMessage, IMessageNamespace
Google.Cloud.Dialogflow.Cx.V3Assembly
Google.Cloud.Dialogflow.Cx.V3.dll
Constructors
Error()
public Error()Error(Error)
public Error(ToolCallResult.Types.Error other)| Parameter | |
|---|---|
| Name | Description |
other |
ToolCallResultTypesError |
Properties
Message
public string Message { get; set; }Optional. The error message of the function.
| Property Value | |
|---|---|
| Type | Description |
string |
|