Show / Hide Table of Contents

Class GenerateAppResourceRequestRefineInstructions

The instructions to be used to refine a part of the resource. The part of the resource can be specified with a start index, end index and a field mask. For example, if you want to refine a part of the agent instructions you can specify the index of the first character of the instructions, the index of the last character of the instructions and the field mask as "instructions".

Inheritance
object
GenerateAppResourceRequestRefineInstructions
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CustomerEngagementSuite.v1beta.Data
Assembly: Google.Apis.CustomerEngagementSuite.v1beta.dll
Syntax
public class GenerateAppResourceRequestRefineInstructions : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

EndIndex

Required. The last character (inclusive) of the text to refine.

Declaration
[JsonProperty("endIndex")]
public virtual long? EndIndex { get; set; }
Property Value
Type Description
long?

FieldMask

Required. The field of the resource being refined. Only one field is allowed per RefineInstructions. If refining agent instructions, the field mask should be "instructions".

Declaration
[JsonProperty("fieldMask")]
public virtual object FieldMask { get; set; }
Property Value
Type Description
object

Instructions

Required. The instructions to refine the resource.

Declaration
[JsonProperty("instructions")]
public virtual string Instructions { get; set; }
Property Value
Type Description
string

StartIndex

Required. The first character (inclusive) of the text to refine.

Declaration
[JsonProperty("startIndex")]
public virtual long? StartIndex { get; set; }
Property Value
Type Description
long?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX